home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / FileLister143.readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  23.1 KB  |  568 lines

  1. Short:    V1.43 of the best TA online filelister
  2. Author:   s_supp@ira.uka.de
  3. Uploader: s_supp@ira.uka.de
  4. Type:     comm/bbs
  5.  
  6.  
  7.                        Transamiga FileLister V1.43
  8.                        ---------------------------
  9.  
  10.                     written 1993-95 by Mathias Supp
  11.  
  12.           Sysop of the Amiga Inside I Line 1: ++49(0)721-854112
  13.                                       Line 2: ++49(0)721-841292
  14.                                       Line 3: ++49(0)721-841230
  15.  
  16.                 reachable via : 2:2476/539.0@fidoclassic
  17.                                 39:173/50.0@amiganet
  18.                                  s_supp@ira.uka.de
  19.  
  20.          Modem : 1. ZyXEL U-1496E Plus - 1200-19200bps [V32(bis),ZyX]
  21.                  2. Digitech LC288VFC  - 1200-28800bps [V32(bis),VFC]
  22.                  3. Digitech LC288VFC  - 1200-28800bps [V32(bis),VFC]
  23.                           Release : 12.03.1995
  24.  
  25. =============================== Copyright ==================================
  26.  
  27. Filelister is shareware. All rights a reserved by the author.
  28.  
  29. The test version of FileLister has no limits except of a nerv text at the
  30. start and the end of EVERY filelist call.
  31.  
  32. Shareware donation : for Germany     DM25.-
  33.                      other countries $US20.- (postal costs included)
  34.  
  35. How to register :
  36. -----------------
  37. Send the donation to the following address :
  38. Mathias Supp
  39. Görresstr. 29
  40. 76185 Karlsruhe
  41. Germany
  42.  
  43. or use your bank : Badische Beamtenbank
  44.                    BLZ: 66090800
  45.                    KNr: 3426580
  46.  
  47. Send me also your COMPLETE name and address.
  48.  
  49. ============================== Introduction ================================
  50.  
  51. In 1993 May, 19th I started programming a filelist replacement for Trans-
  52. amiga in Pascal. Although I have programmed an ARexx version of such a
  53. utility in the beginning of 1993, I was frustrated about the speed ARexx.
  54. Therfore I converted my first 3000 lines to Pascal.
  55.  
  56. Filelister wasn't developed to save memory ! If you haven't at least 1MB
  57. of free fast memory when TA was started you shouldn't use Filelister. As
  58. there are many possible memory configurations you have several options to
  59. waste your memory ( ;-) ) and get speed improvement.
  60.  
  61. Because of the problem of memory fragmentation on low memory machines the
  62. archive contains a little ARexx utility to check your largest free block.
  63. Dependent on this block this program resets your machine to get cleaned
  64. memory.
  65.  
  66. You need at least 18452 Bytes of Stack.
  67.  
  68. Filelister was tested with enforcer and mungwall which tells no hits !
  69.  
  70. ============================== Installation ================================
  71.  
  72. - copy FileLister or FileLister_NC to BBS:Bin/
  73.   (if you use the NoCheck version rename it to FileLister)
  74.  
  75. - copy FileLister.Cfg.Deutsch or FileLister.Cfg.English to BBS:Configs/
  76.   and rename it to FileLister.Cfg
  77.  
  78. - copy ReadFLData.0x0 depending on your system to BBS:Bin/ and rename
  79.   it to ReadFLData
  80.  
  81. - copy FreeFLData to BBS:Bin/
  82.  
  83. - look at Example.trans, duplicate it and change the ARexx commands
  84.   dependent of the wanted action (or use my examples; see later)
  85.  
  86. - copy DeleteMarks.trans to BBS:Rexx/ (sorry, german only so far :-( )
  87.  
  88. - copy FL.Help* to BBS:Text/ (ATTENTION : default = german, delete
  89.   FL.Help[.255][.ANSI] and remove ".english" from the english language
  90.   filename to get english as default
  91.  
  92. - copy #?.FL.Lang to BBS:Configs/
  93.  
  94. - copy GetFile to BBS:Bin/
  95.  
  96. - edit FileLister.Cfg at BBS:Configs and look at the descriptions of
  97.   the keywords
  98.  
  99. - edit your "File.Cmds" and set an unused character for the filelist
  100.   commands; additionally set access to 256 for this lines
  101.   Example : File.Cmds
  102.   ; ********************** *** ********
  103.   G Good-Bye (Log off)       0 --------
  104.   Q Quit to Main Menu        0 --------
  105.   H Help With Commands       5 --------
  106.   A Change Area              5 --------
  107.   K Kill File              250 --------
  108.   ~ Files in Current Area  256 --------
  109.   ~ New Files              256 --------
  110.   ~ Download File          256 --------
  111.   ~ Search File List       256 --------
  112.   M Move File              250 --------
  113.   U Upload File             10 --------
  114.   V View Archive Contents    5 --------
  115.   ~ Entire File List       256 --------
  116.   R Read Text File           5 --------
  117.   I Information on File      5 --------
  118.   ~ Browse Mode Toggle     256 --------
  119.   ~ Clear Marked Files     256 --------
  120.  
  121. - create/edit "File.Rx" and add the FileLister commands
  122.   Example : File.Rx
  123.   ; ********************** *** ******** **************************************
  124.   E list new files           5 -------- NewFiles.trans
  125.   F list files               5 -------- AllFiles.trans
  126.   S search files             5 -------- SearchFiles.trans
  127.   D download Files           5 -------- Download.trans
  128.   L delete marks             5 -------- DeleteMarks.trans
  129.  
  130. - replace all original filelist calls in your rexx programms (especially
  131.   logon.trans !)
  132.  
  133. - if you want to use TACFl, look at the archiv :-)
  134.  
  135. - more informations on "starting filelister"
  136.  
  137. =========================== Contents of Archive ============================
  138.  
  139.   - FileLister             : The programm
  140.   - FileLister_NC          : The program WITHOUT stack/subrange/...-checking
  141.                              Be carefull, because in the case of a program
  142.                              error your machine will crash surely.
  143.                              Advantage : higher execution speed
  144.   - FileLister.DOC         : This documentation
  145.   - FileLister.DOK         : German documentation without installing infos
  146.                              (sorry) and the complete history of Filelister
  147.   - FileListerTech.DOK     : Technical infos for developers
  148.                              (sorry, german only at the moment)
  149.   - History.DOC            : History since first public release
  150.   - Example.trans          : Example ARexx script how to call Filelister
  151.                              Additional the scripts for the above "File.Rx"
  152.                              - NewFiles.trans
  153.                              - AllFiles.trans
  154.                              - SearchFiles.trans
  155.                              - Download.trans
  156.   - Logoff.trans           : Necessary entries for logoff.trans
  157.   - CheckMem.Rexx          : Tests largest free memory block
  158.   - Reset                  : Does it :-)
  159.   - DeleteMarks.trans      : Script to unmark files. Will be soon replaced
  160.                              with a Pascal version.
  161.   - Upload.Trans           : Example when using "MemoryLamer NO"
  162.   - FileLister.Cfg.Deutsch : Example config for filelister with german and
  163.   - FileLister.Cfg.English   english comments.
  164.                              ALL keywords are documented. If Filelister
  165.                              doesn't find this it use an implemented
  166.                              standart config which is the same as this
  167.                              sample config.
  168.   - Deutsch.FL.Lang        : Example file for german text output
  169.   - English.FL.Lang        : Example file for english text output
  170.   - FL.Help*               : The online help texts
  171.                              Format : FL.Help[.Access][.Language][.ANSI]
  172.                              Included help texts :
  173.                              FL.Help
  174.                              FL.Help.ANSI
  175.                              FL.Help.255
  176.                              FL.Help.255.ANSI
  177.                              FL.Help.Deutsch
  178.                              FL.Help.Deutsch.ANSI
  179.                              FL.Help.255.Deutsch
  180.                              FL.Help.255.Deutsch.ANSI
  181.                              FL.Help.English
  182.                              FL.Help.English.ANSI
  183.                              FL.Help.255.English
  184.                              FL.Help.255.English.ANSI
  185.   - TACFl156.lha           : Filelist generator which can create an index
  186.                              file for Filelister and can use its memory
  187.                              when an INTERNAL sorted index was created
  188.   - MakeIndex              : Example script to create an EXTERNAL sorted
  189.                              index for Filelister. Only usefull if there is
  190.                              not anough memory to usw an INTERNAL sorted
  191.                              index. (see LOADINDEX ARexx command)
  192.   - ReadFLData.0?0         : Replacement for LOADINDEX-Command. Loads an in-
  193.                              ternal fileindex into the memory. Should be
  194.                              executed BEFORE starting any filelisters !
  195.                              Template : ReadFLData CONFIGPATH/A SHOWNEW/K
  196.                                                    NOTININDEX/K
  197.                              ATTENTION : ShowNew and NotInIndex should
  198.                              have the same values as specified in
  199.                              Filelister.Cfg !!
  200.   - FreeFLData             : deallocate memory from ReadFLData
  201.   - GetFile                : Helps you to find files very quickly when
  202.                              using an INTERNAL sorted index.
  203.                              Execution : GetFile NAME/A/M
  204.                              OS2.x+ patterns are allowed. This is version
  205.                              2.4.
  206.  
  207. ================================ Filelist ==================================
  208.  
  209.   General :
  210.   ---------
  211.  
  212.   Independent of your choise (Mark, Info) in the prompt, you can enter
  213.   one of the four possible types of file selecting :
  214.  
  215.   1. number (stays before each fileline)
  216.  
  217.   2. number range (e.g. 1-5 for selecting the files from number 1 to 5)
  218.  
  219.   3. filename (who guessed ? ;-) )
  220.  
  221.   4. pattern (OS2.x+ compatible filepattern)
  222.      Features :  * or #?  - matches all
  223.                  #x       - matches any amount of x (even 0 !)
  224.                  ?        - matches one character
  225.                  [a-d]    - matches characters a to d
  226.                  a|d      - matches a or d
  227.                  ~x       - matches unequal x
  228.      Examples : ff(99[1-9]|1000).lha => ff991.lha to ff999.lha & ff1000.lha
  229.                 recent[0-9]#[0-9]    => recent00... to recent99...
  230.  
  231.   All types of selecting can be used at one time by using "," or spaces.
  232.   e.g. : 1,xx,ff#? 5-10 "name,extension"
  233.  
  234.   In this example you can see the situation, if a file has a "," in its
  235.   name. For this case there are quotes. Characters between quotes will
  236.   be used as you write them.
  237.  
  238.  
  239.   Cursor keys
  240.   -----------
  241.  
  242.   While prompt is displayed, you can use your cursor keys to mark or
  243.   unmark certain files. Simply choose cursor up or the numeric keys
  244.   (Up,Home,End,PgUp,PgDn) to step through the screen. If there was more
  245.   than one page shown, you can go back with SHIFT+Up or the numeric key
  246.   9 and forward with SHIFT+Down or the numeric key 3.
  247.  
  248.   RETURN or SPACE marks and demarks a selected file.
  249.  
  250.   Marked files are shown with a star between the number and the filename.
  251.   So you'll see imediately which files are marked and which not.
  252.  
  253.  
  254.   Mark prompt
  255.   -----------
  256.  
  257.   Trying to mark one file twice will cause a request if you'll want to
  258.   unmark this file. Otherwise files will be listed with length and
  259.   total length of all marks. Marked files also get stars like cursor
  260.   marking does.
  261.  
  262.  
  263.   Info prompt
  264.   -----------
  265.  
  266.   Some files may have a long description that contains more informations.
  267.   1. extact length in bytes
  268.   2. uploader name
  269.   3. long description of the file (has no 40 characters limit)
  270.  
  271.   ANSI users won't loose the displayed lines above because Filelister
  272.   completes the screen after returning to the prompt.
  273.  
  274.  
  275.   Fake prompt (Co-)Sysop function
  276.   -----------
  277.  
  278.   Sometimes there may be uploads which are fakes, old in the bad case
  279.   or special wanted uploads, very new upload in the good case. This
  280.   subroutine gives you the possibility to give the user certain credits
  281.   for his upload :
  282.   - After activation you'll ask for the user's name. If
  283.     the .Desc-file contains the right name you can simply press RETURN.
  284.     Otherwise enter the name of the user.
  285.   - Faker now tells you the correct file length in bytes
  286.   - Then you can enter an integer-value (-32768 ... 32767) to be multi-
  287.     plied to the file length and added to the user's upload value.
  288.   - You get the informations of the actions (new upload value etc.)
  289.   - Because Faker sends a mail to the user when you add/subtract uploaded
  290.     bytes from him, you can enter a max. 50 characters reason for your
  291.     behaviour.
  292.   - If you entered a negative value to be multiplied to the file length,
  293.     you can immediately delete this file
  294.  
  295.  
  296.   Delete prompt (Co-)Sysop function
  297.   -------------
  298.  
  299.   Normally self documenting, but although some infos :
  300.   If you select more than one file (e.g. you enter "1-10" or a pattern)
  301.   you'll get a request for deletion for each file, except you entered
  302.   "A" for all. After "A" you can say goodbye to all selected files
  303.   Maybe you're fast anough to break with Space or CTRL+C. :-)
  304.   "Q" lets return you to the prompt.
  305.  
  306.  
  307.   Changedesc prompt (Co-)Sysop function
  308.   -----------------
  309.  
  310.   Simply changes the short description of a certain file. If there is
  311.   no downloadcounter, Filelister adds the default (Filelister.Cfg).
  312.  
  313.  
  314.   ATTENTION : If you use one of the (co-)sysop functions, changes will
  315.               be done at the lowest state (Files.BBS/directories/
  316.               .Desc-files). Filelister don't recognize these actions !
  317.               (not yet :-) ) Be carefull when using this features in a
  318.               multiline BBS.
  319.  
  320.  
  321.   Download menu
  322.   -------------
  323.  
  324.   Shows you marked files and displays a mark prompt. It has the same
  325.   function as the mark prompt in the list except of setting/unsetting
  326.   the star.
  327.  
  328. =========================== Starting Filelister ============================
  329.  
  330. Even FileLister is written in Pascal it can be made resident with
  331. "RESIDENT BBS:Bin/FileLister FORCE"
  332.  
  333. Filelister knows two parameters : BBSLINE/A/N,CONFIG/K
  334.  
  335. BBSLine : number of the BBS line
  336. Config  : name of the filelister config file
  337.           (default : BBS:Configs/FileLister.Cfg)
  338.  
  339. If you're using MEMORYLAMER NO _and_ USEINDEX YES you MUST load the index
  340. manually via ARexx. First you have to start Filelister with the linenumber
  341. as the parameter.
  342. Example :
  343. run bbs:bin/FileLister 0
  344. waitforport FILELISTER.0
  345. rx "address 'FILELISTER.0' 'LOADINDEX bbs:configs/transamiga.cfg'"
  346.                         ^ for Line 0
  347.  
  348. Do this after Transamiga was started.
  349.  
  350. ============================= ARexx commands ===============================
  351.  
  352. NEWFILES        : Call newfiles scan
  353.  
  354. ALLNEWFILES     : Call newfiles scan of all areas
  355.  
  356. AREAFILES       : Show files of the actual area
  357.  
  358. ALLFILES        : Show files of all areas
  359.  
  360. LISTFILES       : Show files and ask if list all or actual area
  361.  
  362. SEARCHFILES     : Call searchfiles scan
  363.  
  364. DOWNLOAD        : Call download routine
  365.  
  366. MARK            : Does the same as in the filelist except the screen
  367.                   outputs !
  368.                   Parameters :
  369.                   - Number (if something was lister before)
  370.                   - Pattern (ATTENTION : no break possible until done)
  371.                   - Name
  372.                   - some of the above separated by komma or space
  373.                   mit der Ausnahme, dass KEINERLEI Bildschirmausgaben
  374.                   Example :
  375.                   RX "ADDRESS 'FILELISTER.0' 'MARK ff901.lha,ff80?.lha'"
  376.  
  377. RESCAN [No]     : Deallocate memor of the last listet files. If "No" is
  378.                   given a certain area will be read again. When using
  379.                   MemoryLamer NO and PutNotInIndex is empty you MUST
  380.                   call this function after EVERY upload. (see Upload.Trans)
  381.  
  382. LOADINDEX [Cfg] : Loads ALL Files.BBS' and creates a sorted index in the
  383.                   memory. "Cfg" (=Masterconfig of TA !) should be given
  384.                   because TA doesn't give any informations about the master-
  385.                   config when it's offline. The ENV variable "TA.Index"
  386.                   was created (see FileLister_Tech)
  387.  
  388.                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  389.                   Removed since V1.3 !!!! If you try to use this command
  390.                   Filelister will tell you how to use ReadFLData :-)
  391.  
  392. QUITFILELISTER
  393. or QUIT         : remove Filelister from memory and free ARexx port
  394.  
  395. Example to quit Filelister on line 0 :
  396. RX "ADDRESS 'FILELISTER.0' 'QUITFILELISTER'"
  397.  
  398. ============================================================================
  399.  
  400. Known problems :
  401. ----------------
  402.  
  403. - some messages (from CLI-Commands) are still german
  404. - FilelisterTech.DOK not yet available in english
  405. - Filelister crashes on low stack (should be at least >25kB)
  406.  
  407. ============================================================================
  408.  
  409. Do to :
  410. -------
  411.  
  412. There are many things to do :-) If you're quiet good in german, read the
  413. german documentation for more informations.
  414.  
  415. ============================================================================
  416.  
  417. Thanks to : (in alphabetical order)
  418. -----------
  419. Daniel Baumgartl  (former beta tester)
  420. Thomas Boerkel    (beta tester)
  421. Jens Depenau      (beta tester)
  422. Michael Doerr     (shocked user :-) )
  423. Martin Eitel      (shocked user :-) )
  424. Bernd Ernesti     (shocked user :-) )
  425. Mario Jung        (former beta tester)
  426. Hartmut Meiering  (beta tester)
  427. Sami Radwan       (beta tester and TA developer)
  428. Yves Rausch       (beta tester)
  429. Mathias Supp      (for TACfl ;-) )
  430. Alexander Wiggert (shocked user :-) )
  431.  
  432. for tests, suggestions, bug report
  433.  
  434.  
  435. have fun
  436.  
  437. Mathias
  438.  
  439. P.S. : Sorry for my bad school english but I hope you understood what
  440.        I mean.
  441.  
  442.  
  443. ----------------------------------------------------------------------------
  444.  
  445.  
  446. History
  447. -------
  448.  
  449. V1.0  - 25.07.94 : First public release
  450.  
  451. V1.1  - 29.07.94 : The CONTINUE-prompt now has also an entry in the
  452.                    language files (thanks to Chris).
  453.                    Demarking in the download-menu no more cause a crash.
  454.  
  455. NOT PUBLIC RELEASED VERSIONS
  456.  
  457.         31.07.94 : Filelister now recognices idle timeout.
  458.         04.08.94 : GetFile was rewritten to C. This causes a speed
  459.                    improvemt while pattern searching up to 7 times.
  460.         10.08.94 : GetFile can now search through the complete fileline.
  461.                    This mean you can also search for a descriptions,
  462.                    dates and filelenths. Patterns are also possible.
  463.                    New parameter : CompleteLine or CL
  464.  
  465. V1.2  - 12.08.94 : Serious bug while using the timer.device removed.
  466.                    Filelister should no longer drop out users with the
  467.                    idle-timeout-message when they call a filelist. Thanks
  468.                    to Thomas for the BlitzBlank source.
  469.  
  470. NOT PUBLIC RELEASED VERSIONS
  471.  
  472.         12.08.94 : LOADINDEX was replaced by a C-Tool (ReadFLData). It
  473.                    sorts the index up to 8 times faster.
  474.  
  475.         15.08.94 : ReadFLData (Index-Load-Replacement) acknowledges if
  476.                    an index is already in memory. GetFile no more says
  477.                    a listed file doesn't exist.
  478.  
  479.         27.08.94 : Filelister know uses the right system-path of TA every-
  480.                    time and get the right idle time.
  481.  
  482.         28.08.94 : Example.Trans corrected. Thanks to Michael Schaffner.
  483.  
  484. V1.3  - 18.09.94 : The moment is here :-) Filelister can be registered
  485.                    and this version will check if there's a correct
  486.                    keyfile.
  487.  
  488. V1.31 - 21.09.94 : Bug removed while using command key stacking with
  489.                    country specific keys (J/A/...). ReadFLData got a
  490.                    workarround for Kickpascal. Protocolnames now should
  491.                    have the correct name :-)
  492.                    New versions : Filelister[_NC]
  493.                                   ReadDLData[020/040]
  494.                                   FreeFLData
  495.  
  496. V1.32 - Testversion, not released.
  497.  
  498. V1.33 - 06.10.94 : Thanks to Thomas for reporting a serious bug that
  499.                    allowed standard users to mark files out of the Sysop-
  500.                    Area ! (Patternmarking was possible :-((( )
  501.  
  502. V1.4  - 19.10.94 : Because of nerving users ( ;-) ), you can now select
  503.                    the areas to list while new/search/all-files scan.
  504.                    Simply say NO to the question to scan all areas.
  505.  
  506. V1.41 - 09.11.94 : Filelister, TACfl, ReadFLData sometimes crashes with
  507.                    some Files.BBS of the AmiNet-CD Vol. 4. The reason was
  508.                    that there're line longer than 100 characters. Thanks
  509.                    to Harald Meinzer for detailed reporting.
  510.  
  511.         19.01.94 : Now GetFile also shows ALL occurrence of one file if
  512.                    there are more than one. Additional you can select
  513.                    the areas to be scanned.
  514.         28.01.95 : Added parameter "DELEMPTY" to TACfl (see doc)
  515.  
  516. V1.42 - 03.03.95 : Total length of files will now be calculated correctly
  517.                    in download menu even if some files was unmarked.
  518. V1.43 - 12.03.95 : Filelister now aborts the trial of marking a file that
  519.                    contains a : or / . Before there was some strange
  520.                    AmigaDOS requesters.
  521.  
  522.  
  523. ============================= Archive contents =============================
  524.  
  525. Original  Packed Ratio    Date     Time    Name
  526. -------- ------- ----- --------- --------  -------------
  527.   216620   59281 72.6% 12-Mar-95 21:36:36  bin/FileLister
  528.   201000   58186 71.0% 12-Mar-95 21:36:18  bin/FileLister_NC
  529.     8136    5081 37.5% 09-Oct-94 11:27:04  bin/FreeFLData
  530.    16548    9769 40.9% 19-Jan-95 23:47:52  bin/GetFile
  531.    12564    7785 38.0% 09-Nov-94 13:12:38  bin/ReadFLData
  532.    12540    7796 37.8% 09-Nov-94 13:13:12  bin/ReadFLData.020
  533.    12540    7797 37.8% 09-Nov-94 13:15:36  bin/ReadFLData.040
  534.      248     182 26.6% 13-Sep-94 16:15:56  bin/Reset
  535.     4726    1680 64.4% 19-Oct-94 19:36:54  Configs/Deutsch.FL.Lang
  536.     4303    1533 64.3% 19-Oct-94 19:37:22  Configs/English.FL.Lang
  537.    11478    4615 59.7% 19-Oct-94 19:37:32  Configs/FileLister.Cfg.Deutsch
  538.     7935    3124 60.6% 19-Oct-94 19:37:38  Configs/FileLister.Cfg.English
  539.    17271    6284 63.6% 12-Mar-95 22:09:26  docs/FileLister.DOC
  540.    39172   13454 65.6% 12-Mar-95 22:08:58  docs/FileLister.DOK
  541.     3154    1258 60.1% 09-Oct-94 11:27:08  docs/FileListerTech.DOK
  542.     3453    1492 56.7% 12-Mar-95 22:11:18  docs/History.DOC
  543.       61      61  0.0% 13-Sep-94 16:15:54  MakeIndex
  544.      362     213 41.1% 13-Sep-94 16:16:16  Rexx/Allfiles.Trans
  545.      985     397 59.6% 13-Sep-94 16:15:54  Rexx/CheckMem.Rexx
  546.     4325    1330 69.2% 13-Sep-94 16:15:54  Rexx/DeleteMarks.trans
  547.      361     218 39.6% 13-Sep-94 16:16:16  Rexx/Download.Trans
  548.      796     361 54.6% 13-Sep-94 16:15:54  Rexx/Example.trans
  549.     1794     703 60.8% 13-Sep-94 16:15:54  Rexx/Logoff.trans
  550.      361     215 40.4% 13-Sep-94 16:16:16  Rexx/Newfiles.Trans
  551.      367     219 40.3% 13-Sep-94 16:16:16  Rexx/Searchfiles.Trans
  552.      452     288 36.2% 13-Sep-94 16:15:54  Rexx/Upload.Trans
  553.    30643   30643  0.0% 28-Jan-95 15:52:18  TACFl158.lha
  554.     3302    1462 55.7% 13-Sep-94 16:15:54  Text/FL.Help
  555.     5564    2387 57.0% 13-Sep-94 16:15:54  Text/FL.Help.255
  556.     5859    2451 58.1% 13-Sep-94 16:15:54  Text/FL.Help.255.ANSI
  557.     5564    2387 57.0% 13-Sep-94 16:15:54  Text/FL.Help.255.Deutsch
  558.     5859    2451 58.1% 13-Sep-94 16:15:54  Text/FL.Help.255.Deutsch.ANSI
  559.     4633    2043 55.9% 13-Sep-94 16:15:54  Text/FL.Help.255.English
  560.     4928    2102 57.3% 13-Sep-94 16:15:54  Text/FL.Help.255.English.ANSI
  561.     3493    1510 56.7% 13-Sep-94 16:15:56  Text/FL.Help.ANSI
  562.     3302    1462 55.7% 13-Sep-94 16:15:54  Text/FL.Help.Deutsch
  563.     3493    1510 56.7% 13-Sep-94 16:15:54  Text/FL.Help.Deutsch.ANSI
  564.     2716    1273 53.1% 13-Sep-94 16:15:54  Text/FL.Help.English
  565.     2905    1316 54.6% 13-Sep-94 16:15:54  Text/FL.Help.English.ANSI
  566. -------- ------- ----- --------- --------
  567.   663813  246319 62.8% 14-Mar-95 12:42:10   39 files
  568.